"Opens a Director movie in a window of the designated type. This behavior can be triggered by a specified event or by receiving the initOpenMIAW message. If width and height parameters are set to 0 (the default), the movie opens at it's original size." & RETURN & ¬
"PARAMETERS:" & RETURN & ¬
"• Movie Name - Enter the file name of the movie to be opened." & RETURN & ¬
"• Window Name - ( optional ) Enter the label to be displayed in window header, when visible." & RETURN & ¬
"• Window Style - Choose a border style and interactivity options. The choices are: Document (moveable, sizeable window without a zoom box), Palette (floating palette), Rounded (rounded corners), Plain (plain box, no title bar), Shadowed (plain box with shadow, no title bar), Modal Dialog, and Moveable Modal Dialog " & RETURN & ¬
"• Resize Box - Turn this option on to make the window resizable when appropriate." & RETURN & ¬
"• Left, Top - Enter the initial offset ( in pixels ) of the window from the upper left corner of the display." & RETURN & ¬
"• Width, Height - ( optional ) Enter the initial dimensions ( in pixels ) of the window." & RETURN & ¬
"• Zoom Box - Turn this option on to add a minimize/maximize button to the title bar when appropriate." & RETURN & ¬
"ΓÇó Initializing Event - Choose the event that triggers the behavior. Choose initOpenMIAW to make the behavior run when it receives this message."